home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Businessƒ / Your Business / PDA Phone Call List / background_2727.txt next >
Encoding:
Text File  |  1992-08-11  |  3.4 KB  |  166 lines

  1. -- background: 2727 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Past Due Phone Call List
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 4000
  11. -- rect: left=109 top=97 right=182 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Message
  20. ----- HyperTalk script -----
  21. on closeField
  22.   send "fred" to Background field DateCalled
  23. end closefield
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 00
  28. -- high flags: 4000
  29. -- rect: left=4 top=97 right=118 bottom=107
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: DateCalled
  38. ----- HyperTalk script -----
  39. on "Fred"
  40.   put the date into field datecalled
  41. end "Fred"
  42.  
  43.  
  44.  
  45. -- part 3 (field)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=24 top=28 right=85 bottom=263
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 0
  52. -- font id: 3
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Name and Address
  57.  
  58.  
  59. -- part 4 (field)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=319 top=28 right=50 bottom=476
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 0
  66. -- font id: 3
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Phone Number
  71.  
  72.  
  73. -- part 5 (field)
  74. -- low flags: 00
  75. -- high flags: 4000
  76. -- rect: left=4 top=191 right=212 bottom=107
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 0
  80. -- font id: 3
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: DateCalled2
  85. ----- HyperTalk script -----
  86. on "Fred"
  87.   put the date into field datecalled2
  88. end "Fred"
  89.  
  90.  
  91.  
  92. -- part 6 (field)
  93. -- low flags: 00
  94. -- high flags: 4000
  95. -- rect: left=4 top=281 right=302 bottom=107
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 3
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: DateCalled3
  104. ----- HyperTalk script -----
  105. on "Fred"
  106.   put the date into field datecalled3
  107. end "Fred"
  108.  
  109.  
  110.  
  111. -- part 7 (field)
  112. -- low flags: 00
  113. -- high flags: 4000
  114. -- rect: left=108 top=191 right=276 bottom=503
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 0
  118. -- font id: 3
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: Message 2
  123. ----- HyperTalk script -----
  124. on closeField
  125.   send "fred" to Background field DateCalled2
  126. end closefield
  127.  
  128.  
  129. -- part 9 (field)
  130. -- low flags: 00
  131. -- high flags: 4000
  132. -- rect: left=108 top=281 right=338 bottom=503
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 0
  136. -- font id: 3
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Message 3
  141. ----- HyperTalk script -----
  142. on closefield
  143.   send "fred" to background field DateCalled3
  144. end closefield
  145.  
  146.  
  147.  
  148. -- part 15 (button)
  149. -- low flags: 00
  150. -- high flags: 8003
  151. -- rect: left=405 top=4 right=30 bottom=508
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: Your Business
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   go to card id 4394 of stack "Incoming Phone calls"
  163. end mouseUp
  164.  
  165.  
  166.